Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDomArrayEditorWindow<T> Class / EYIb Method


In This Topic
    EYIb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub EYIb( _
       ByVal fYIb As NDomArrayPropertyEditor(Of T), _
       ByVal GYIb As NDomArray(Of T), _
       ByVal hYIb As System.Boolean, _
       ByVal IYIb As System.Boolean, _
       ByVal jYIb As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDomArrayEditorWindow(Of T)
    Dim fYIb As NDomArrayPropertyEditor(Of T)
    Dim GYIb As NDomArray(Of T)
    Dim hYIb As System.Boolean
    Dim IYIb As System.Boolean
    Dim jYIb As System.Boolean
     
    instance.EYIb(fYIb, GYIb, hYIb, IYIb, jYIb)
    internal void EYIb( 
       NDomArrayPropertyEditor<T> fYIb,
       NDomArray<T> GYIb,
       System.bool hYIb,
       System.bool IYIb,
       System.bool jYIb
    )

    Parameters

    fYIb
    GYIb
    hYIb
    IYIb
    jYIb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also